home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000433_news@columbia.edu _Wed Jul 26 16:41:23 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id QAA18707
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 26 Jul 2000 16:41:23 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA16362
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 26 Jul 2000 16:41:23 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id QAA17108
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 26 Jul 2000 16:20:02 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Transparent printing
  14. Date: 26 Jul 2000 20:20:02 GMT
  15. Organization: Columbia University
  16. Message-ID: <8lnh5i$gmb$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <jEHf5.2$DU.187@news3.voicenet.com>,
  20. Christopher Mosley  <cmosley@voicenet.com> wrote:
  21. : Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  22. : > In article <wiHf5.1$DU.211@news3.voicenet.com>,
  23. : > Christopher Mosley  <cmosley@voicenet.com> wrote:
  24. : > : I setup ckermit for transparent printing as described in ckermit2.txt
  25. : > : but was not quite sure what the following meant:
  26. : > : Restrictions:
  27. : > :  
  28. : > :    1. You must SET TERM TRANSPARENT-PRINT ON before you can use this
  29. : > :       feature.
  30.  
  31. :    Isn't that set terminal print on ?
  32. : (/home/cmos/) C-Kermit>SET TERM TRANSPARENT-PRINT 
  33.     ?No keywords match - TRANSPARENT-PRINT
  34. : (/home/cmos/) C-Kermit>set terminal print ? One of the following:
  35. :  off  on
  36. :  
  37. Right you are.
  38.  
  39. - Frank
  40.  
  41. mit command.  You can put it in your .kermrc or .mykermrc file
  42. > to have it in affect at all times, or you can give it at the C-Kermit>
  43. > prompt.
  44.  
  45. > : Using x86 xterm in linux, The pcprint command takes effect only
  46. > : after I exit kermit???    
  47. > :
  48. > This is a bug; it will be fixed in the next release.  Testing for the next
  49. > release will be announced shortly.
  50.  
  51. > - Frank
  52.